From 57980fb2bf01f99a0a60a47938fab2d46d6157d3 Mon Sep 17 00:00:00 2001 From: justbur Date: Tue, 21 Jul 2015 21:09:29 -0400 Subject: [PATCH] Move paging defcustoms --- which-key.el | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/which-key.el b/which-key.el index e30e9001197..865712e4caa 100644 --- a/which-key.el +++ b/which-key.el @@ -189,6 +189,17 @@ description." :group 'which-key :type 'function) +(defcustom which-key-paging-prefixes '() + "Enable paging for these prefixes." + :group 'which-key + :type '(repeat string)) + +(defcustom which-key-paging-key "" + "Key to use for changing pages. Bound after each of the +prefixes in `which-key-paging-prefixes'" + :group 'which-key + :type 'string) + ;; Faces (defface which-key-key-face '((t . (:inherit font-lock-constant-face))) @@ -238,17 +249,6 @@ ignored." :group 'which-key :type 'function) -(defcustom which-key-paging-prefixes '() - "Enable paging for these prefixes." - :group 'which-key - :type '(repeat string)) - -(defcustom which-key-paging-key "" - "Key to use for changing pages. Bound after each of the -prefixes in `which-key-paging-prefixes'" - :group 'which-key - :type 'string) - (defvar which-key-inhibit nil "Prevent which-key from popping up momentarily by setting this to a non-nil value for the execution of a command. Like this -- 2.30.2